home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
2098
/
2098.xpi
/
chrome
/
updatenotifier.jar
/
skin
/
classic
/
alert.css
next >
Wrap
Cascading Style Sheet File
|
2009-07-05
|
457b
|
27 lines
/*
Update Notifier
By Todd Long <longfocus@gmail.com>
http://www.longfocus.com/firefox/updatenotifier/
*/
#un-alert-box {
background-color: -moz-Dialog;
border: 2px solid #7B969C;
min-height: 50px;
min-width: 150px;
padding: 2px 0 4px;
}
#un-alert-image-box {
-moz-margin-start: 4px;
-moz-margin-end: 6px;
}
#un-alert-text-box {
-moz-padding-end: 10px;
padding-top: 5px;
}
#un-alert-title {
font-weight: bold;
}